crypto/tls.Conn.clientSessionCacheKey (method)

6 uses

	crypto/tls (current package)
		handshake_client.go#L293: 				if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
		handshake_client.go#L418: 	cacheKey := c.clientSessionCacheKey()
		handshake_client.go#L1034: 	cacheKey := c.clientSessionCacheKey()
		handshake_client.go#L1270: func (c *Conn) clientSessionCacheKey() string {
		handshake_client_tls13.go#L898: 	if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
		quic.go#L327: 	cacheKey := c.clientSessionCacheKey()